<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    width: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
}

.wrap-layer {
    width: 1240px;
    margin: 0 auto;
}

.mobile-headerwrap {
    display: none;
}

nav {
    display: block;
    width: 100%;
    height: 105px;
    border-bottom: 1px solid #c00000;
    background-color: #fff;
}

nav .nav_left {
    float: left;
    padding-top: 19px;
}

nav .nav_right {
    float: right;
    width: auto;
    padding-top: 40px;
}

nav .nav_right ul li {
    float: left;
    padding: 0 5px;
    text-align: center;
}

nav .nav_right ul li:hover {
    color: #c00000;
}

nav .nav_right ul li span {
    display: block;
}

nav .nav_right ul li span:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
}

nav .nav_right ul li span:nth-child(2) {
    font-size: 12px;
    color: #999;
}

.search {
    position: relative;
}

.search::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 1px;
    background-color: #c00000;
}

.search img {
    padding-left: 20px;
    padding-top: 10px;
}

.wrapsearchs {
    width: 400px;
    height: 50px;
    background: #fff;
    display: none;
    top: 55px;
    right: -50px;
    position: absolute;
    z-index: 999999;
}

.wrapsearchs input {
    color: #666;
    font-size: 16px;
    height: 50px;
    line-height: 50px !important;
    width: 295px;
    background: transparent;
    border: none;
    padding: 0 10px;
    vertical-align: middle;
    float: left;
}

.wrapsearchs a {
    display: inline-block;
    *display: inline;
    color: #fff;
    *zoom: 1;
    text-align: center;
    border: none;
    cursor: pointer;
    height: 50px;
    line-height: 50px !important;
    font-size: 16px;
    width: 85px;
    background: #c00000;
    float: left;
}


/*----------------------------*/
.search-btns {
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}

.search-btns&gt;a {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

/*--------------------------*/
/*bannerå›¾*/


.banner_inside {
    position: relative;
    right: 50%;
}

.banner_inside img {
    height: 175px;
    position: relative;
    left: 50%;
}

/*bannerå›¾*/
/*----------------æ–°é—»åˆ—è¡¨---------------------------------*/

.news {
    margin-bottom: 40px;
    margin-top: 50px;
}

.news .main_tit,
.operat .main_tit,
.pro_detail .main_tit,
.family .main_tit {
    padding: 22px 0;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 20px;
    font-size: 16px;
}

.news .main_tit em,
.operat .main_tit em,
.pro_detail .main_tit em,
.family .main_tit em {
    color: #c00000;
}

.special-cell {
    padding: 42px 75px 53px 37px;
}

.special-cell .spe-left {
    float: left;
    width: 230px;
    border: 1px solid #dcdcdc;

}

.special-cell .spe-left ul li {
    height: auto;
    line-height: 50px;
    padding-left: 30px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
}

.special-cell .spe-left ul li:hover a {
    color: #c00000;
}

.special-cell .spe-left ul li:last-child {
    border-bottom: none;
}

.special-cell .spe-right {
    float: left;
    margin-left: 50px;
    width: 75%;
}

.special-cell .spe-right .list li {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    position: relative;
    padding-left: 15px;
    overflow: hidden;
}

.special-cell .spe-right .list li:hover a {
    color: #c00000;
}

.special-cell .spe-right .list li span {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    display: inline-block;
    width: 80%;
    overflow: hidden;
}

.special-cell .spe-right .list li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #c00000;
}

.special-cell .spe-right .list li em {
    display: block;
    float: right;
    color: #999;
}

.special-cell .first-tit {
    background: url("../images/spea_bg.png") no-repeat;
    font-size: 24px !important;
    color: #fff;
    background-color: #b50000;
    line-height: 40px!important;
}

.special-cell .first-tit em {
    opacity: 0.5;
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
}

.special-cell .first-tit:hover a {
    color: #fff !important;
}

.active {
    color: #c00000;
}


/*---------------------æ–°é—»åˆ—è¡¨----------------------------*/
/*-------------------æ–°é—»è¯¦æƒ…------------------------------*/
.details .item-cell {
    padding: 50px 75px;
}

.details .wrap-layer,
.news .wrap-layer {
    background-color: #fff;
}

.details .item-cell .item-tit {
    font-size: 30px;
    width: 100%;
    text-align: center;
}
.details .item-cell .item-date {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #999;
    margin: 10px 0 20px;
}
.details .item-cell .wh{
    color: #c00000;
}
.details .item-cell .item-desc p {
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 0px;
}

.details .item-cell .item-desc p img {
    margin: 0 auto;
    display: block;
}

/*--------------------æ–°é—»è¯¦æƒ…ç»“æŸ------------------------*/
/*-----------------------------äº§å“é¡µ--------------------------------*/
.operating .operat .wrap-layer {
    background-color: #fff;
    padding: 0 47px;
    width: 1146px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.operating .operat .operat_item {
    margin-top: 23px;
}

.operating .operat .item-list ul {
    float: left;
    margin-right: -82px;
    margin-top: 50px;
}

.operating .operat .item-list ul li {
    float: left;
    width: 225px;
    margin-right: 82px;
    height: auto;
    margin-top: 15px;

}

.operating .operat .item-list ul li .item-pic {
    border: 1px solid #f0f0f0;
}

.operating .operat .item-list ul li .item-tit {
    line-height: 30px;
    height: 60px;
    font-size: 16px;
}

.operating .operat .type {
    height: 40px;
    line-height: 40px;
    margin-top: 15px;

}

.operating .operat .unit {
    height: 80px;
    line-height: 40px;
    margin-top: 15px;

}

.operating .operat .type ul li,
.operating .operat .unit ul li {
    float: left;
    font-size: 16px;

}

.operating .operat .unit ul li span,
.operating .operat .type ul li span {
    margin-right: 4px;
}

.operating .operat .unit ul li a,
.operating .operat .type ul li a {
    display: block;
    color: #777;
    padding: 0 21px;
    line-height: 40px;
}

.operating .operat .unit ul li a:hover,
.operating .operat .type ul li a:hover,
.operating .operat .type ul li .cr,
.operating .operat .unit ul li .cr {
    color: #fff;
    background-color: #c00000;
    border-radius: 5px;
}

.operating .operat .keyword {
    font-size: 16px;
    margin-left: 21px;
}

.operating .operat .keyword input {
    border: none;
    width: 280px;
    height: 40px;
    line-height: 40px;
    background: url("../images/nw_sea.png") no-repeat 260px center #f8f8f8;
    padding-left: 15px;
    margin-left: 45px;

}

.operating .operat .unit ul li:nth-child(1),
.operating .operat .unit ul li:nth-child(2) {
    height: 80px;
}

.operating .operat .item-list ul{ margin-top: -20px;}
.operating .operat .item-list ul li{ position:relative; background: #f8f8f8; margin-top:60px; }
.operating .operat .item-list ul li .proshovers{ transition: all .8s;  background:#c1a46b; color: #fff; position:absolute; top:0; left:0; width:100%; height:100%; opacity: 0;  transform: scale(1);box-sizing: border-box; padding: 15px 20px ; background:rgba(193,164,107,.96) }
.operating .operat .item-list ul li:hover .proshovers{ display: block; top: 0; opacity: 1; transform: scale(1);  }
.operating .operat .item-list ul li .item-pic{ border:none;}
.operating .operat .item-list ul li{ width: 270px; margin-right: 25px; }
.operating .operat .item-list ul li img{ width: 220px; height: 220px; margin: 0 auto;}
.operating .operat .item-list ul li .item-pic{ text-align:center;}
.operating .operat .item-list ul li .item-tit{  display:flex;border-top:1px solid #eee;padding: 0 20px; line-height: 120%;  align-items: center; justify-content: center;text-align: center;  width: 100%; box-sizing: border-box;}
.operating .operat .item-list ul li .item-tit a{ display: block;}
.operating .operat .item-list .item-tit2{ font-size: 20px; font-weight: bold;}
.operating .operat .item-list .item-prosize{ margin-top:6px; padding-left: 15px; position: relative;}
.operating .operat .item-list .item-prosize span{ font-size: 16px; display: block; color: #694601; font-weight: bold;}
.operating .operat .item-list .item-prosize:after{ border-left: 2px solid #694601; content: ''; display: block; height: 15px; position: absolute; left: 0; top: 7px;}
.operating .operat .item-list .item-prosize cite{ font-size: 14px; display: block;line-height: 150%;}
.operating .operat .item-list .proindetais{ margin-top: 10px;}
.operating .operat .item-list .proindetais a{ width: 90px; height: 26px; border:1px solid #fff; border-radius:26px; line-height: 26px; text-align: center; font-size: 14px; display: block;}
.operating .operat .item-prosize cite{ max-height: 84px; overflow: hidden;}




/*--------------------------------äº§å“é¡µç»“æŸ------------------------------*/
/*--------------------äº§å“è¯¦æƒ…é¡µ---------------------*/
.pro_detail .wrap-layer {
    background-color: #fff;
}

.pro_detail .pro_list {
    padding: 0 40px;
    margin-top: 47px;
    padding-bottom: 40px;
    margin-bottom: 70px;
}

.pro_detail .pro_list .right {
    width: 735px;
    float: left;
    /* background: url("../images/yl.png") no-repeat right top; */
}

.pro_detail .pro_list .right p {
    line-height: 40px;
    font-size: 16px;
}

.pro_detail .pro_list .right h3 {
    font-size: 28px;
}
.pro_detail .pro_list .right .pic {
    float:right;
    width:100px;
}
.pro_detail .pro_list .right .pic img{
    width:100px;
    height:80px;
}

.pro_detail .pro_list .right em {
    font-size: 18px;
}

.pro_detail .pro_list .left {
    width: 320px;
    float: left;
    margin-right: 88px;
    border: 1px solid #f0f0f0;

}

/*------------------------äº§å“è¯¦æƒ…é¡µç»“æŸ--------------------------*/
/*-------------------------------------è§†é¢‘åˆ—è¡¨é¡µ---------------------------------------*/
.video_list .main_tit{
    background-color: #fff;
}
.operating .video_list .wrap-layer {
    background-color:#f3f3f3;
    padding: 0px;
    width: 1240px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.operat .video {
    margin-right: -40px;
}

.operat .video .item-cell {
    width: 280px;
    float: left;
    margin-right: 40px;
    background-color: #fff;
    margin-top: 35px;
}
.operat .video .item-cell .item-pic img{
    width: 100%;
    height: 100%;
}
.operat .video .item-cell .item-cnt{
    width: 255px;
    background-color: #fff;
    padding: 0 10px;
    padding-bottom: 25px;
}
.operat .video .item-cell .item-cnt .item-tit{
    color: #333;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.operat .video .item-cell .item-cnt .item-tit a{
    color: #333;
}
.operat .video .item-cell .item-cnt .item-tit:hover a{
    color: #c00000;
}
.operat .video .item-cell .item-cnt .item-desc{
    font-size: 12px;
    color: #aaa;
    height:50px;
    line-height: 25px;
    overflow: hidden;
}

/*-----------------------------------------è§†é¢‘åˆ—è¡¨é¡µç»“æŸ------------------------------------*/
/*------------------------------æ—¶é—´è½´--------------------------------*/
.time_axis .wrap-layer{
    background-color: #fff;
    padding-top: 20px;
}
.time_axis .history {
    background: url("../images/his_bg.png") no-repeat top center;
    background-size: 1054px 238px;
    width: 1054px;
    height: 238px;
    margin: 0 auto;
    margin-top: 30px;
}

.time_axis .history .his {
    position: relative;
    height: 238px;
    overflow: hidden;
}

.time_axis .history .his ul li:nth-child(2) .hid {
    left: -80px;
}

.time_axis .history .his ul li:nth-child(5) .hid,
.time_axis .history .his ul li:nth-child(7) .hid {
    left: -80px;
    top: 35px;
}

.time_axis .history .his ul li:nth-child(5) span,
.time_axis .history .his ul li:nth-child(7) span,
.time_axis .history .his ul li:nth-child(11) span {
    margin-top: -60px;

}

.time_axis .history .his ul li:nth-child(11) .hid {
    left: -120px;
    top: 35px;
}

.time_axis .history .his::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #bbb, #6f6f6f, #bbb);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #bbb, #6f6f6f, #bbb);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #bbb, #6f6f6f, #bbb);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #bbb, #6f6f6f, #bbb);
    /* æ&nbsp;‡å‡†çš„è¯­æ³• */
}

.time_axis .history .his ul {
    position: absolute;
    height: 238px;
    top: 50%;
    left: 0;
    padding-left: 25px;
}

.time_axis .history ul li {
    float: left;
    position: relative;
    min-height: 10px;
    margin-right: 80px;
}

.time_axis .history ul li span {
    margin-top: 20px;
    margin-left: -10px;
    display: block;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.time_axis .history ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #bbb;
}

.time_axis .history ul .cr::before {
    content: "";
    position: absolute;
    left: 0;
    top: -11px;
    background: url("../images/his_icon.png") no-repeat;
    width: 23px;
    height: 23px;
    z-index: 9;
}

.time_axis .history ul .cr {
    font-size: 20px;
    color: #dd2426;
}
.time_axis .ac div {
    display: none;
}

.time_axis .ac {
    position: relative;
}

.time_axis .ac .hid {
    position: absolute;
    top: 80px;
    left: -10px;
    width: 300px;
    color: #000;
    font-size: 18px;

}
/*--------------------------------æ—¶é—´è½´-----------------------------*/
/*å¤§å®¶åº­*/
.footer {
    width: 100%;
    background-color: #fff;
    padding: 0px 0 54px;
    padding-left: 10px;
}

.footer .family {
    width: 100%;
    height: auto;
}

.footer .family ul li {
    float: left;
    font-size: 16px;
    width: 16.6666%;
    line-height: 35px;
    height: 35px;
}

.footer .family-tit {
    padding: 35px 0 20px;
    font-size: 16px;
}

.footer .links-tit {
    padding: 35px 0 20px;
    font-size: 16px;
}

.footer .links ul li {
    float: left;
    width: 16.6666%;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
}

.footer .links .list2 {
    width: 90%;
}

.supervision {
    padding: 30px 0 25px;
    background-color: #e6e6e6;
    padding-left: 10px;
}

.supervision .left {
    float: left;
}

.supervision .right {
    float: right;
    padding-right: 10px;
}

.supervision .right div {
    background: url("../images/tele.png") no-repeat left center;
    font-size: 20px;
    padding-left: 28px;
    height: 35px;
    line-height: 35px;
}

.supervision .right p {
    color: #d3830c;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
}

.supervision .left .supervision-tit {
    font-size: 20px;
    margin-bottom: 20px;
}

.supervision .left .supervision-tit em {
    font-size: 12px;
    padding-left: 10px;
}

.supervision .left span {
    margin-right: 20px;
    font-size: 16px;
}

footer {
    padding: 48px 0 30px;
    background-color: #ab0000;
    padding-left: 10px;
}

footer ul {
    text-align: center;
    margin: 0 auto;
}

footer ul li {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 18px;
    border-right: 1px solid #fff;
    font-size: 16px;
}

footer ul li:hover a {
    color: #fff;
}

footer ul li a {
    color: #fff;
}

footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 27px;
}

footer .record {
    font-size: 12px;
    width: 185px;
    margin: 0 auto;
    color: #fff;
    background: url("../images/record.png") no-repeat right center;

}
.seachBotton{
    position:absolute;
    display:block;
    width:40px;
    height:40px;
    right:0px;
    top:-10px;
}

.about_right .item-cell {
    padding: 10px 15px;
}
.about_right .item-cell .item-tit {
    font-size: 30px;
    width: 100%;
    text-align: center;
}
.about_right .item-cell .item-date {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #999;
    margin: 10px 0 20px;
}
.about_right .item-cell .item-desc p {
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 20px;
}
.about_right .item-cell .item-desc p img {
    margin: 0 auto;
    display: block;
}
/*------------------é˜²ä¼ªæŸ¥è¯¢å¼€å§‹---------------------*/
.fw_cx{
    font-size: 26px;
    color: #c00000;
    font-weight: 600;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.fwcx{
    width: 100%;
    margin-top: 20px;
}
.fwcx .item-cell{
    width: 33.333%;
    float: left;
    margin-bottom: 40px;
}
.fwcx .item-cell .item-tit{
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.fwcx .item-cell .item-btn{
    width: 60%;
    height: 40px;
    line-height: 40px;
    background-color: #c00000;
    margin:0 auto;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
/*------------------------é˜²ä¼ªæŸ¥è¯¢ç»“æŸ--------------------*/
.lszd .er_code{
    width: 100%;
    text-align: center;
}
.lszd .er_code img{
    width: 300px;
    height: auto;
}
.lszd .ls-tit{
    margin:0 auto;
    width: 400px;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.wdcx{
    width: 100%;
    margin-top: 20px;
}
.wdcx .item-cell{
    width: 30%;
    float: left;
    margin-bottom: 40px;
    padding-right: 3%;
}
.wdcx .item-cell .item-tit{
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.wdcx .item-cell .item-btn{
    width: 250px;
    height: 40px;
    line-height: 40px;
    background-color: #c00000;
    margin:0 auto;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.wdcx .item-cell select {
    width: 250px;
    height: 45px;
    border: none;
    margin: 0 auto;
    margin-bottom: 40px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/sj.png) no-repeat scroll 225px center #f8f8f8;
    padding-left: 20px;
    
}

.brand-search-wrap{
    padding:0 30px 30px 30px;
}
.brand-search{
    margin:30px 0;
}
.brand-search .wrapsearchs{
    position: static;
    overflow:hidden;
}
.brand-search input{
    border:1px solid #ccc;
    box-sizing: border-box;
    border-radius: 0;
}
.brand-search-list{
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
}
.brand-search-list td{
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    text-align: center;
    padding:5px;
    color:#333;
}
.brand-search-list td a{
    color:#c00000;
    text-decoration: underline;
}


.group-links li{ display: inline-block; margin-right: 20px; margin-bottom:20px;}
.group-links{ margin-top:50px;}
.group-links li a{ text-align: center;min-width:160px; /*background: #f9f9f9; border: 1px solid #eee; */display: inline-block; padding:8px 15px;  font-size: 16px; }
.group-links li a:hover{ color:#ab0000;}

/*åŒ»å¸ˆæŸ¥è¯¢*/
.special-2{    padding: 42px 35px 53px 37px;}
.search-doc li{ height:45px; padding-left: 142px;  position: relative; padding-bottom: 17px;}
.search-doc li span{ background:#f3f3f3; height:45px; line-height: 45px; display:block; position: absolute; left: 0; top: 0; width: 142px; box-sizing: border-box; padding-left: 12px; font-size: 16px;}
.search-doc li font{ display: inline-block; width: 8px; margin-right: 5px; color: #bb0000;}
.search-doc li .fr-inputs{ width: 440px; line-height: 45px; box-sizing: border-box; position: relative;}
.search-doc li .fr-inputs input{ width: 100%; height: 45px;box-sizing: border-box; border: 2px solid #dcdcdc; padding: 0 10px;}
.search-doc li .fr-inputs a{ position: absolute; right: 2px; top: 2px;}
.search-doc li .fr-inputs a img{ height: 41px;/* width: 90px;*/}
.f-tips{ position: absolute; min-height: 64px; right: 0; top: 0; width: 280px; padding: 0 20px 0 20px; background: #fff1f1; box-sizing: border-box; padding-top: 15px; line-height: 140%;}
.fr-sel{ padding-left: 1px;}
.fr-sel cite{ width:147px; margin-left: -1px; float: left;height: 45px; box-sizing: border-box; border: 2px solid #dcdcdc; }
.fr-sel cite select{  appearance: none;-moz-appearance: none; -webkit-appearance: none; height: 45px; line-height: 45px; box-sizing: border-box;  border: none;background: url("../images/ar_dwon.png") right 10px center no-repeat ; width: 100%; padding: 0 10px; font-size: 16px;}
.fr-3 .f-tips{ padding-top: 2px;}
.fr-4 .f-tips{  min-height: 45px;padding-top: 10px;}

.search-bts{ margin-top: 20px; margin-bottom: 50px;  padding-left: 240px;}
.search-bts a{ display: inline-block; text-align: center;min-width: 215px; height: 45px; line-height: 45px; background: #bf0000; color:#ffffff; font-size: 18px; }
.sear-tits{  font-size:24px; margin-bottom:25px;}

.md-searlists .item-cell{ display:table;  width: 100%; margin-bottom: 25px; border: 1px solid #e5e5e5;}
.md-searlists .item-left{ width: 210px; text-align: center; box-sizing: border-box; padding: 20px;}
.md-searlists .item-left,.md-searlists .item-right{ display: table-cell; vertical-align: top;}
.md-searlists .item-right{ background: #f3f3f3;padding: 20px;}
.md-searlists .item-tit{ font-size: 24px; color: #333; line-height: 120%;}
.md-searlists .item-label { margin-top: 5px; margin-bottom: 10px;}
.md-searlists .item-label span{ background: #bf0000; line-height: 20px; text-align: center;  border-radius:20px; color: #fff; display: inline-block; padding: 0 10px; font-size: 14px;}
.md-searlists .item-desc{ font-size: 14px;}
.md-searlists .s-tit{ font-size: 18px; color: #333;}
.md-searlists .s-desc{ margin-bottom: 30px;font-size: 14px; line-height: 160%; color: #333;}
.md-searlists .agenys li{ height: 70px; box-sizing: border-box; padding: 0 10px;  background: #fff; margin-right: 10px; margin-bottom: 15px; display: inline-block; width: 190px; vertical-align: top; line-height: 150%;}
.md-searlists cite{ display: table; height:70px; text-align: center;}
.md-searlists cite span{ width: 100%; display: table-cell;vertical-align: middle; height: 100%; font-size: 14px; color: #333;}

.emptys{ box-sizing: border-box; padding-top: 82px; padding-left: 160px; font-size: 18px; color: #666666;  margin-bottom: 30px; height: 191px;background:#f3f3f3 url("../images/emptys.png") left 50px center no-repeat ;}

.text-news-list {margin-top: -25px;}
.text-news-list .item {
    padding: 25px 0; 
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.text-news-list .item .date {
    float: right;
    width: 67px;
    height: 65px;
    border: 1px solid #d5d5d5;
    text-align: center;
    border-collapse: collapse;
    margin-left: 25px;
}

.text-news-list .item .date .day {
    font-size: 24px;
    color: #fff;
    background-color: #d5d5d5;
	
}

.text-news-list .item .date .year {
    font-size: 14px;
    height: 32px;
}
.text-news-list .item:hover .context .title{ color: #ab0000;}
.text-news-list .item:hover .date .day{ background: #ab0000;}
.text-news-list .item .context {
    float: none;
    overflow: hidden;
}

.text-news-list .item .context .title {
    display: block;
    font-size: 20px;
    color: #111;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-news-list .item .context .title:hover {
    color: #ab0000;
}

.text-news-list .item .context .desc {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 10px;
    max-height: 48px;
    overflow: hidden;
}

.text-news-list .item .context .detail {
    font-size: 16px;
    color: #ab0000;
    font-weight: bold;
    display: block;
    padding-right: 18px;
    position: relative;
    line-height: 1;
    margin-top: 10px;
    text-align: right;
}

.text-news-list .item .context .detail:after {
    content: "";
    width: 10px;
    height: 3px;
    background-color: #ab0000;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
}


/*ç™½åå•æŸ¥è¯¢*/
.serach-tops .search-item{ width:220px; float:left; margin-right:12px;}
.serach-tops{ margin:0 auto;  width:1060px; margin-top:35px;}
.totals-dates{margin:0 auto;  width:1060px; }
.sear-bt { width: 125px; float: left; padding-top: 39px;}
.sear-bt a{ height: 48px; font-size: 16px; display: block; text-align: center; background: #c00000; color: #fff; line-height: 48px; cursor: pointer;}
.serach-tops{ margin-bottom: 35px;}
.search-inputs input{ height: 48px; line-height: 48px; box-sizing: border-box; width: 100%;border: 1px solid #d2d2d2; padding: 0 15px; color:#999}
.serach-tops cite{ font-size: 16px; color: #000; display: block; margin-bottom: 12px;}
.modstables{ margin-top:15px;}
.modstables table{  width:100%;}
.modstables td,.modstables th{ text-align:center; padding: 12px 10px;  }
.modstables *{font-size:16px;}
.modstables th{ background:#c00000;  color: #fff;}
.modstables tbody tr:nth-child(2n){ background:#f4f4f4;}
.totals-dates{ font-size:16px; color: #333;}

.mdtit1{ width: 66px;}
.mdtit2{ width: 375px;}
.mdtit3{ width: 275px;}
.mdtit4{ width: 270px;}
.mdtit5{ width: 157px;}
.tdtit{ text-align: left;}

.codelayers{ position: absolute; left: 50%; top: 120px; transform: translateX(-50%);box-shadow:0 20px 20px 20px  rgba(0,0,0,.05); display: none;}
.codeinners{ width:200px; padding:5px; background: #fff; position: relative;}
.codeinners img{ max-width: 100%; height: auto; display: block;}
.codecolse img{ width:25px; height: 25px; }
.codecolse { position: absolute; right:15px; top: 15px; cursor: pointer;}
.trttxt{  line-height: 120%; font-size: 14px; margin-top:10px;  text-align: center;}
.fwcx .item-cell{ position: relative;}
.fwcx .item-cell:hover .codelayers{ display: block;}
.codelayers span{ color: #c00000;}

.sp-cell{ margin-bottom: 25px;}
.sptit{ font-size: 22px; border: 1px solid #ddd; border-bottom: none; text-align: center;  color: #c00000; background: #f9f9f9;}

@media screen and (max-width: 480px){
	.fwcx .item-cell .item-tit{ line-height: 120%; font-size: 18px;}	
	.fwcx .item-cell{ margin-right: 4%; width: 46%;}
	.fwcx{ margin-right: -4%;}
	.codeinners{ width:150px; padding:5px; background: #fff; position: relative;}
	.codelayers{ top: auto; bottom: 90px;}
.serach-tops {
    width: auto;
    margin-right: -2%;
}
.sear-bt{ width: 60%; margin: 0 auto; float: none; clear: both;}	
.modstables{ width: 100%; overflow-x: auto;}
.modstables table{ width: 900px;}	
.modstables *{ font-size: 14px; line-height: 150%;}
.mdtit2,.mdtit3,.mdtit4{ width: 160px; }
.serach-tops .search-item{ width: 48%; margin-right: 2%; box-sizing: border-box; margin-top: 15px;}	
.wrapsearchs input{ width: 75%;}
.wrapsearchs{ width: auto;}	
.wrapsearchs a{width: 25%;}
.sp-cell table{ width: 100%;} 
	.sp-cell table td{ line-height: 150%;}
.sptit{ font-size: 18px;}
	
	
	
	
}
</pre></body></html>